зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
408 B
C
21 строка
408 B
C
/* -*- Mode: C; tab-width: 8 -*-
|
|
* Copyright © 1996 Netscape Communications Corporation, All Rights Reserved.
|
|
*/
|
|
|
|
#ifndef jsaddr_h___
|
|
#define jsaddr_h___
|
|
|
|
JS_EXTERN_API(JSPropertyOp)
|
|
js_GetArgumentAddress();
|
|
|
|
JS_EXTERN_API(JSPropertyOp)
|
|
js_SetArgumentAddress();
|
|
|
|
JS_EXTERN_API(JSPropertyOp)
|
|
js_GetLocalVariableAddress();
|
|
|
|
JS_EXTERN_API(JSPropertyOp)
|
|
js_SetLocalVariableAddress();
|
|
|
|
#endif /* jsaddr_h___ */
|